.section {
  --bulma-section-padding: 2rem 1rem;
}

.bd-nav-search,
.bd-nav-themes {
  position: relative;
}

.bd-nav-item.is-ellipsis:focus-visible + .bd-nav-menu,
.bd-nav-menu.is-active,
.bd-nav-menu:focus-within {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  visibility: visible;
}

.bd-nav-menu {
  background-color: var(--bulma-scheme-main);
  border-color: var(--bulma-border);
  border-radius: 1em;
  border-style: solid;
  border-width: 1px;
  box-shadow: var(--bulma-shadow);
  opacity: 0;
  padding: 1em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 100%;
  transform: scale(0.98) translateY(-0.5em);
  transform-origin: right top;
  transition-duration: var(--bulma-duration);
  transition-property: opacity, transform;
  visibility: hidden;
  width: 17em;
  z-index: 30;
}
.bd-nav-menu .bd-nav-item {
  gap: 0.5em;
  width: 100%;
}
.bd-nav-menu.is-cycles {
  width: 10em;
}

.navbar-item.active,
a.navbar-item.active,
div.navbar-item.active .navbar-link {
  background: #04327f;
}

.navbar-burger span {
  background-color: #053c98;
}

.navbar-burger:active {
  background-color: rgba(5, 60, 152, 0.3);
}

.navbar-burger:hover {
  background-color: rgba(5, 60, 152, 0.1);
}

header .logo {
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: backInDown;
}
@media screen and (min-width: 1024px) {
  header .logo img {
    max-height: 97px;
  }
}
header .navbar {
  display: flex;
  flex-direction: column;
}
header .navbar .navbar-brand {
  padding: 1rem 0;
}
@media screen and (max-width: 1023px) {
  header .navbar .navbar-brand {
    padding: 0;
  }
}
header .navbar .navbar-brand .container {
  display: flex;
  align-items: center;
}
header .navbar .navbar-brand .container .line {
  width: 1px;
  height: 60px;
  margin: 0 0.5rem;
  background-color: #c5c5c5;
}
header .navbar .navbar-brand .container .text {
  margin-left: 0.75rem;
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}
header .navbar .navbar-brand .container .text p {
  font-size: 18px;
}
header .navbar .navbar-brand .container .contact {
  margin-left: auto;
  animation-delay: 0.2s;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: backInDown;
  display: flex;
  align-items: center;
}
header .navbar .navbar-brand .container .contact span {
  color: #666666;
  font-size: 16px;
}
header .navbar .navbar-brand .container .contact p {
  color: #053c98;
  font-size: 24px;
  font-weight: bold;
}
header .navbar-menu {
  align-items: center;
  background-color: #053c98;
}
@media screen and (max-width: 1023px) {
  header .navbar-menu {
    background-color: unset;
  }
}
header .navbar-menu .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  header .navbar-menu .container {
    flex-direction: column;
  }
}
header .navbar-menu .container > .navbar-item {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: zoomIn;
  font-size: 16px;
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  transition-duration: var(--bulma-duration);
  transition-property: background-color, border-color, color;
}
@media screen and (max-width: 1023px) {
  header .navbar-menu .container > .navbar-item {
    color: unset;
  }
}
@media screen and (max-width: 1023px) {
  header .navbar-menu .container > .navbar-item.has-dropdown {
    background-color: #fff;
  }
  header .navbar-menu .container > .navbar-item.has-dropdown .navbar-link {
    background-color: #053c98;
  }
}
header .navbar-menu .container > .navbar-item:hover {
  background: #04327f;
}
header .navbar-menu .container > .navbar-item:hover .navbar-link {
  background: #04327f;
}
header .navbar-menu .container > .navbar-item .navbar-link {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  header .navbar-menu .container > .navbar-item .navbar-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
  }
}
header .navbar-menu .container > .navbar-item .navbar-link::after {
  border-color: #fff;
}
header .navbar-menu .container > .navbar-item .navbar-dropdown .is-selected {
  background-color: #053c98;
}
header .navbar-menu .container > .navbar-item:nth-child(1) {
  animation-delay: 0.075s;
}
header .navbar-menu .container > .navbar-item:nth-child(2) {
  animation-delay: 0.15s;
}
header .navbar-menu .container > .navbar-item:nth-child(3) {
  animation-delay: 0.225s;
}
header .navbar-menu .container > .navbar-item:nth-child(4) {
  animation-delay: 0.3s;
}
header .navbar-menu .container > .navbar-item:nth-child(5) {
  animation-delay: 0.375s;
}
header .navbar-menu .container > .navbar-item:nth-child(6) {
  animation-delay: 0.45s;
}
header .navbar-menu .container > .navbar-item:nth-child(7) {
  animation-delay: 0.525s;
}
header .navbar-menu .container > .navbar-item:nth-child(8) {
  animation-delay: 0.6s;
}

@media screen and (max-width: 1023px) {
  header .navbar .navbar-brand .container {
    padding-top: 0;
    padding-bottom: 0;
  }
  header .navbar .navbar-brand .container .logo {
    height: 60px;
  }
  header .navbar .navbar-brand .container .logo img {
    max-height: 100%;
  }
}
.banner {
  width: 100%;
  position: relative;
  text-align: center;
}
.banner img {
  display: block;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  color: #fff;
}
.banner .swiper-button-prev::after,
.banner .swiper-button-next::after {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
.banner .swiper-pagination {
  color: #fff;
  font-size: 20px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}

.index-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-title img {
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
}
@media screen and (max-width: 768px) {
  .index-title img {
    height: 60px;
  }
}
.index-title .text {
  margin-left: 1rem;
}
.index-title .text .title {
  font-weight: bold;
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.index-title .text .subtitle {
  margin-top: 0.5rem;
  color: #333333;
  animation-delay: 0.2s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-title .text .subtitle span {
  color: #053c98;
}

.index-container .index-1 .container {
  text-align: center;
}
.index-container .index-1 .container .product {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .index-container .index-1 .container .product {
    flex-direction: column;
  }
}
.index-container .index-1 .container .product .left-nav {
  width: 380px;
  flex-shrink: 0;
  background-color: #053c98;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .index-container .index-1 .container .product .left-nav {
    width: 100%;
    padding: 8px;
  }
}
.index-container .index-1 .container .product .left-nav .title {
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
  padding: 3rem 0;
}
.index-container .index-1 .container .product .left-nav .title h1 {
  color: #fff;
  font-size: 30px;
}
.index-container .index-1 .container .product .left-nav .title p {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 1em;
}
.index-container .index-1 .container .product .left-nav ul {
  display: flex;
  padding: 0 10px 16px 10px;
  overflow-x: scroll;
  flex-direction: column;
  background-color: #999999;
}
@media screen and (max-width: 1023px) {
  .index-container .index-1 .container .product .left-nav ul {
    margin-top: 0;
    padding: 8px;
    flex-direction: row;
  }
}
.index-container .index-1 .container .product .left-nav ul li {
  background-color: #fff;
  transition: all 0.3s linear;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  border-bottom: 1px dashed #dedede;
}
@media screen and (max-width: 1023px) {
  .index-container .index-1 .container .product .left-nav ul li {
    padding: 0;
    border: none;
    line-height: 2.5;
  }
}
.index-container .index-1 .container .product .left-nav ul li:nth-child(1) {
  animation-delay: 0.05s;
}
.index-container .index-1 .container .product .left-nav ul li:nth-child(2) {
  animation-delay: 0.1s;
}
.index-container .index-1 .container .product .left-nav ul li:nth-child(3) {
  animation-delay: 0.15s;
}
.index-container .index-1 .container .product .left-nav ul li:nth-child(4) {
  animation-delay: 0.2s;
}
.index-container .index-1 .container .product .left-nav ul li:nth-child(5) {
  animation-delay: 0.25s;
}
.index-container .index-1 .container .product .left-nav ul li:nth-child(6) {
  animation-delay: 0.3s;
}
.index-container .index-1 .container .product .left-nav ul li:nth-child(7) {
  animation-delay: 0.35s;
}
.index-container .index-1 .container .product .left-nav ul li:nth-child(8) {
  animation-delay: 0.4s;
}
.index-container .index-1 .container .product .left-nav ul li:nth-child(9) {
  animation-delay: 0.45s;
}
.index-container .index-1 .container .product .left-nav ul li:nth-child(10) {
  animation-delay: 0.5s;
}
.index-container .index-1 .container .product .left-nav ul li:nth-child(11) {
  animation-delay: 0.55s;
}
.index-container .index-1 .container .product .left-nav ul li:nth-child(12) {
  animation-delay: 0.6s;
}
.index-container .index-1 .container .product .left-nav ul li a {
  color: #333333;
  font-size: 18px;
  display: block;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  line-height: 3;
  padding-left: 1em;
  padding-right: 1em;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1023px) {
  .index-container .index-1 .container .product .left-nav ul li a {
    font-size: 14px;
    margin-left: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.index-container .index-1 .container .product .left-nav ul li a .bulma-arrow-mixin {
  border: 0.125em solid grey;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  transition-duration: var(--bulma-duration);
  transition-property: border-color;
  width: 0.625em;
  transform: rotate(225deg);
  right: 1em;
}
.index-container .index-1 .container .product .left-nav ul li:last-child {
  border: none;
}
.index-container .index-1 .container .product .left-nav ul li.active a {
  color: #fff;
  background-color: #e40000;
}
.index-container .index-1 .container .product .left-nav ul li.active a::before {
  background-color: #fff;
}
.index-container .index-1 .container .product .pro-list {
  flex: 1;
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .index-container .index-1 .container .product .pro-list {
    margin-left: 0;
    margin-top: 1rem;
    width: 100%;
  }
}
.index-container .index-1 .container .product .pro-list .pro-title {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
  border-bottom: 2px solid #e40000;
}
.index-container .index-1 .container .product .pro-list .pro-title .line {
  display: flex;
  width: 44px;
  height: 1px;
  align-items: center;
  background-color: #e40000;
}
.index-container .index-1 .container .product .pro-list .pro-title .line::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #e40000;
}
.index-container .index-1 .container .product .pro-list .pro-title h3 {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  margin-left: 0.5rem;
}
.index-container .index-1 .container .product .pro-list .pro-title h3 span {
  color: #e40000;
}
.index-container .index-1 .container .product .pro-list .pro-title .more {
  color: #e40000;
  margin-left: auto;
  text-transform: uppercase;
}
.index-container .index-1 .container .product .pro-list .fixed-grid .grid .cell {
  position: relative;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
}
@media screen and (max-width: 768px) {
  .index-container .index-1 .container .product .pro-list .fixed-grid .grid .cell:nth-child(9) {
    display: none;
  }
}
.index-container .index-1 .container .product .pro-list .fixed-grid .grid .cell:nth-child(1) {
  animation-delay: 0.06s;
}
.index-container .index-1 .container .product .pro-list .fixed-grid .grid .cell:nth-child(2) {
  animation-delay: 0.12s;
}
.index-container .index-1 .container .product .pro-list .fixed-grid .grid .cell:nth-child(3) {
  animation-delay: 0.18s;
}
.index-container .index-1 .container .product .pro-list .fixed-grid .grid .cell:nth-child(4) {
  animation-delay: 0.24s;
}
.index-container .index-1 .container .product .pro-list .fixed-grid .grid .cell:nth-child(5) {
  animation-delay: 0.3s;
}
.index-container .index-1 .container .product .pro-list .fixed-grid .grid .cell:nth-child(6) {
  animation-delay: 0.36s;
}
.index-container .index-1 .container .product .pro-list .fixed-grid .grid .cell:nth-child(7) {
  animation-delay: 0.42s;
}
.index-container .index-1 .container .product .pro-list .fixed-grid .grid .cell:nth-child(8) {
  animation-delay: 0.48s;
}
.index-container .index-1 .container .product .pro-list .fixed-grid .grid .cell:nth-child(9) {
  animation-delay: 0.54s;
}
.index-container .index-1 .container .product .pro-list .fixed-grid .grid .cell .image {
  overflow: hidden;
  border: 1px solid #d6d6d6;
}
.index-container .index-1 .container .product .pro-list .fixed-grid .grid .cell .image img {
  transition: all 0.2s linear;
}
.index-container .index-1 .container .product .pro-list .fixed-grid .grid .cell .view {
  color: #333333;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  padding: 0.5em 0;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  color: #fff;
  text-align: center;
  transition: all 0.2s linear;
  background-color: rgba(0, 0, 0, 0.5);
}
.index-container .index-1 .container .product .pro-list .fixed-grid .grid .cell:hover .image img {
  transform: scale(1.1);
}
.index-container .index-1 .container .product .pro-list .fixed-grid .grid .cell:hover .view {
  background-color: #053c98;
}
.index-container .index-2 {
  background: #eef2f8;
}
.index-container .index-2 .adv-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -5rem;
}
.index-container .index-2 .adv-title img {
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
}
@media screen and (max-width: 768px) {
  .index-container .index-2 .adv-title {
    margin-top: 0;
  }
}
.index-container .index-2 .adv-title .text {
  text-align: center;
}
.index-container .index-2 .adv-title .text h2 {
  color: #333333;
  font-size: 36px;
  font-weight: bold;
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
@media screen and (max-width: 768px) {
  .index-container .index-2 .adv-title .text h2 {
    font-size: 1.5rem;
  }
}
.index-container .index-2 .adv-title .text h2 span {
  color: #053c98;
}
.index-container .index-2 .adv-title .text p {
  animation-delay: 0.2s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-container .index-2 .container {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .index-container .index-2 .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.index-container .index-2 .container .fixed-grid .grid .cell {
  margin-top: 3rem;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: zoomIn;
}
.index-container .index-2 .container .fixed-grid .grid .cell:nth-child(1) {
  animation-delay: 0.06s;
}
.index-container .index-2 .container .fixed-grid .grid .cell:nth-child(2) {
  animation-delay: 0.12s;
}
.index-container .index-2 .container .fixed-grid .grid .cell:nth-child(3) {
  animation-delay: 0.18s;
}
.index-container .index-2 .container .fixed-grid .grid .cell:nth-child(4) {
  animation-delay: 0.24s;
}
.index-container .index-2 .container .fixed-grid .grid .cell:nth-child(5) {
  animation-delay: 0.3s;
}
.index-container .index-2 .container .fixed-grid .grid .cell .info {
  height: 200px;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.index-container .index-2 .container .fixed-grid .grid .cell .info .num {
  width: 78px;
  height: 78px;
  color: #fff;
  font-size: 36px;
  border-radius: 50%;
  background-color: #053c98;
  text-align: center;
  line-height: 78px;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  top: -39px;
  margin: 0 auto;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.index-container .index-2 .container .fixed-grid .grid .cell .info h2 {
  color: #333333;
  font-size: 1.5rem;
}
.index-container .index-2 .container .fixed-grid .grid .cell .info .line {
  width: 54px;
  height: 2px;
  margin: 1rem 0;
  background-color: #053c98;
}
.index-container .index-2 .container .fixed-grid .grid .cell:nth-child(even) {
  transform: translateY(39px);
}
@media screen and (max-width: 768px) {
  .index-container .index-2 .container .fixed-grid .grid .cell:nth-child(even) {
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .index-container .index-2 .container .fixed-grid .grid .cell:nth-child(5) {
    display: none;
  }
}
.index-container .index-3 .container {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .index-container .index-3 .container {
    flex-direction: column;
  }
}
.index-container .index-3 .container img {
  width: 46%;
  flex-shrink: 0;
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}
@media screen and (max-width: 768px) {
  .index-container .index-3 .container img {
    width: 100%;
  }
}
.index-container .index-3 .container .info {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.index-container .index-3 .container .info .about-title {
  padding-bottom: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #053c98;
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-container .index-3 .container .info .about-title h3 {
  color: #333333;
  font-size: 1.5rem;
  line-height: 1;
}
.index-container .index-3 .container .info .about-title p {
  font-size: 18px;
  margin-top: 0.5rem;
}
.index-container .index-3 .container .info .desc {
  margin: 1rem 0;
  animation-delay: 0.2s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-container .index-3 .container .info .button {
  background-color: #053c98;
  border-radius: 0;
  animation-delay: 0.3s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-container .index-4 {
  width: 100%;
  height: 240px;
  background: url(../images/bg.jpg) center center;
}
@media screen and (max-width: 768px) {
  .index-container .index-4 {
    height: auto;
  }
}
.index-container .index-4 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index-container .index-4 .container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.index-container .index-4 .container .bg {
  width: 338px;
  height: 247px;
  position: absolute;
  right: 0;
  top: -240px;
  background: url(../images/lj1.png) no-repeat center center;
}
.index-container .index-4 .container .texts h2 {
  color: #fff;
  font-size: 2rem;
  font-style: italic;
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
@media screen and (max-width: 768px) {
  .index-container .index-4 .container .texts h2 {
    font-size: 1.5rem;
  }
}
.index-container .index-4 .container .texts h2 span {
  color: #06ab39;
}
.index-container .index-4 .container .texts p {
  color: #fff;
  font-size: 18px;
  line-height: 2.5;
  padding-left: 50px;
  animation-delay: 0.2s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  background: url(../images/six.png) no-repeat left center;
}
@media screen and (max-width: 768px) {
  .index-container .index-4 .container .texts p {
    line-height: 1.5;
    margin: 0.5rem 0;
  }
}
.index-container .index-4 .container .contact .con-title {
  padding-left: 4rem;
  background: url(../images/tel1.png) no-repeat left center;
}
.index-container .index-4 .container .contact .con-title p {
  color: #fff;
  font-size: 18px;
  font-style: italic;
  animation-delay: 0.1s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-container .index-4 .container .contact .con-title span {
  color: #fff;
  font-size: 18px;
  font-style: italic;
  animation-delay: 0.2s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-container .index-4 .container .contact h3 {
  font-size: 30px;
  color: #06ab39;
  animation-delay: 0.3s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-container .index-5 .container {
  text-align: center;
  position: relative;
}
.index-container .index-5 .container .case-swiper .swiper-wrapper .swiper-slide .image {
  overflow: hidden;
}
.index-container .index-5 .container .case-swiper .swiper-wrapper .swiper-slide .image img {
  transition: all 0.3s linear;
}
.index-container .index-5 .container .case-swiper .swiper-wrapper .swiper-slide .tit {
  display: block;
  color: #333333;
  line-height: 3;
  border-bottom: 2px solid #999999;
  transition: all 0.3s linear;
}
.index-container .index-5 .container .case-swiper .swiper-wrapper .swiper-slide:hover .image img {
  transform: scale(1.1);
}
.index-container .index-5 .container .case-swiper .swiper-wrapper .swiper-slide:hover .tit {
  color: #053c98;
  border-color: #053c98;
}
.index-container .index-5 .container .swiper-pagination {
  bottom: 48px;
}
.index-container .index-5 .button {
  border-radius: 0;
  background-color: #053c98;
}
.index-container .index-6 .container .fixed-grid .grid .cell {
  gap: 1rem;
  display: flex;
  padding: 36px 24px;
  align-items: flex-start;
  transition: all 0.3s linear;
  position: relative;
  background-image: linear-gradient(to right, #f0f0f0, #f0f0f0);
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.index-container .index-6 .container .fixed-grid .grid .cell:nth-child(1) {
  animation-delay: 0.06s;
}
.index-container .index-6 .container .fixed-grid .grid .cell:nth-child(2) {
  animation-delay: 0.12s;
}
.index-container .index-6 .container .fixed-grid .grid .cell:nth-child(3) {
  animation-delay: 0.18s;
}
.index-container .index-6 .container .fixed-grid .grid .cell:nth-child(4) {
  animation-delay: 0.24s;
}
.index-container .index-6 .container .fixed-grid .grid .cell:nth-child(5) {
  animation-delay: 0.3s;
}
.index-container .index-6 .container .fixed-grid .grid .cell:nth-child(6) {
  animation-delay: 0.36s;
}
@media screen and (max-width: 768px) {
  .index-container .index-6 .container .fixed-grid .grid .cell {
    flex-direction: column;
    padding: 1rem;
  }
}
.index-container .index-6 .container .fixed-grid .grid .cell .date {
  color: #053c98;
  flex-shrink: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .index-container .index-6 .container .fixed-grid .grid .cell .date {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
}
.index-container .index-6 .container .fixed-grid .grid .cell .date p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  transition: all 0.3s linear;
}
.index-container .index-6 .container .fixed-grid .grid .cell .date span {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  transition: all 0.3s linear;
}
.index-container .index-6 .container .fixed-grid .grid .cell .dots {
  width: 62px;
  height: 71px;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: url(../images/dots.png) no-repeat center center;
}
.index-container .index-6 .container .fixed-grid .grid .cell .info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-container .index-6 .container .fixed-grid .grid .cell .info .tit {
  color: #666666;
  font-size: 20px;
  line-height: 1.2;
  transition: all 0.3s linear;
}
.index-container .index-6 .container .fixed-grid .grid .cell .info p {
  margin-top: 1rem;
  transition: all 0.3s linear;
}
.index-container .index-6 .container .fixed-grid .grid .cell .info .more {
  color: #8a8a8a;
  font-size: 36px;
  line-height: 1;
  margin-top: 1rem;
  transition: all 0.3s linear;
}
.index-container .index-6 .container .fixed-grid .grid .cell:hover {
  background-image: linear-gradient(to right, #053c98, #1cd004);
}
.index-container .index-6 .container .fixed-grid .grid .cell:hover .date p {
  color: #fff;
}
.index-container .index-6 .container .fixed-grid .grid .cell:hover .date span {
  color: #fff;
}
.index-container .index-6 .container .fixed-grid .grid .cell:hover .dots {
  background: url(../images/dots1.png) no-repeat center center;
}
.index-container .index-6 .container .fixed-grid .grid .cell:hover .info .tit {
  color: #fff;
}
.index-container .index-6 .container .fixed-grid .grid .cell:hover .info .desc {
  color: #fff;
}
.index-container .index-6 .container .fixed-grid .grid .cell:hover .info .more {
  color: #fff;
}
.index-container .index-6 .buttons {
  justify-content: center;
}
.index-container .index-6 .buttons .button {
  border-radius: 0;
  background-color: #053c98;
}

.inner-banner {
  position: relative;
}
.inner-banner .image {
  height: 100%;
}
.inner-banner .image img {
  height: 100%;
}

.content-bar .container {
  display: flex;
  align-items: center;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .content-bar .container {
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.content-bar .container .crumb {
  line-height: 2;
}
.content-bar .container .crumb .iconfont {
  color: #053c98;
  font-size: 1.25rem;
}
.content-bar .container .crumb span {
  color: #333333;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.content-bar .container .crumb a {
  color: #666666;
}
@media screen and (max-width: 768px) {
  .content-bar .container .crumb a {
    font-size: 12px;
  }
}
.content-bar .container .search-box {
  margin-left: auto;
  height: 100%;
}
.content-bar .container .search-box form {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .content-bar .container .search-box form input {
    flex: 1;
  }
}
.content-bar .container .search-box form button {
  color: #fff;
  background-color: #053c98;
}

.float {
  position: fixed;
  right: 0;
  top: 33%;
  z-index: 10000;
}
.float ul li {
  width: 200px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 5px;
  margin-top: 0.25rem;
  transition: all 0.3s linear;
  display: flex;
  position: relative;
  right: -136px;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: slideInRight;
  background-color: rgba(51, 51, 51, 0.74);
}
.float ul li:nth-child(1) {
  animation-delay: 0.1s;
}
.float ul li:nth-child(2) {
  animation-delay: 0.2s;
}
.float ul li:nth-child(3) {
  animation-delay: 0.3s;
}
.float ul li p {
  color: #fff;
  font-size: 18px;
}
.float ul li .iconfont {
  color: #fff;
  font-size: 36px;
  width: 64px;
}
.float ul li .image {
  width: 0;
  height: 0;
  transition: all 0.3s linear;
}
.float ul li.tel:hover {
  right: 0;
  background-color: #053c98;
}
.float ul li.top:hover {
  cursor: pointer;
  background-color: #053c98;
}
.float ul li.wechat:hover {
  right: 0;
  height: 136px;
  background-color: #053c98;
}
.float ul li.wechat:hover .image {
  width: 128px;
  height: 128px;
  padding: 8px;
}

.content-container .content-nav {
  background-color: #fff;
}
.content-container .content-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.content-container .content-nav ul li a {
  display: block;
  line-height: 2;
  padding: 0.75em 0;
  font-size: 18px;
  color: #333333;
}
.content-container .container .content-change .button {
  color: #fff;
}
.content-container .container .content-change .next {
  margin-left: auto;
}
.content-container .container .product {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .content-container .container .product {
    flex-direction: column;
  }
}
.content-container .container .product .left-nav {
  width: 280px;
  flex-shrink: 0;
  padding: 24px 18px;
  background-color: #053c98;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .content-container .container .product .left-nav {
    width: 100%;
    padding: 4px;
  }
}
.content-container .container .product .left-nav .title {
  margin-bottom: 0;
  line-height: 1;
}
.content-container .container .product .left-nav .title::before {
  width: 8px;
  content: "";
  height: 43px;
  display: block;
  left: 0;
  position: absolute;
  background-color: #e40000;
}
.content-container .container .product .left-nav .title h1 {
  display: flex;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  align-items: center;
  line-height: 43px;
}
.content-container .container .product .left-nav .title h1::before {
  width: 8px;
  height: 8px;
  content: "";
  margin: 0 16px;
  background-color: #fff;
}
.content-container .container .product .left-nav ul {
  gap: 0.5rem;
  display: flex;
  padding: 12px;
  margin-top: 30px;
  overflow-x: scroll;
  flex-direction: column;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .content-container .container .product .left-nav ul {
    margin-top: 0;
    padding: 0;
    flex-direction: row;
  }
}
.content-container .container .product .left-nav ul li {
  padding: 12px 0;
  background-color: #fff;
  transition: all 0.3s linear;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  border-bottom: 1px dashed #dedede;
}
@media screen and (max-width: 1023px) {
  .content-container .container .product .left-nav ul li {
    padding: 0;
    border: none;
    line-height: 2.5;
  }
}
.content-container .container .product .left-nav ul li:nth-child(1) {
  animation-delay: 0.05s;
}
.content-container .container .product .left-nav ul li:nth-child(2) {
  animation-delay: 0.1s;
}
.content-container .container .product .left-nav ul li:nth-child(3) {
  animation-delay: 0.15s;
}
.content-container .container .product .left-nav ul li:nth-child(4) {
  animation-delay: 0.2s;
}
.content-container .container .product .left-nav ul li:nth-child(5) {
  animation-delay: 0.25s;
}
.content-container .container .product .left-nav ul li:nth-child(6) {
  animation-delay: 0.3s;
}
.content-container .container .product .left-nav ul li:nth-child(7) {
  animation-delay: 0.35s;
}
.content-container .container .product .left-nav ul li:nth-child(8) {
  animation-delay: 0.4s;
}
.content-container .container .product .left-nav ul li:nth-child(9) {
  animation-delay: 0.45s;
}
.content-container .container .product .left-nav ul li:nth-child(10) {
  animation-delay: 0.5s;
}
.content-container .container .product .left-nav ul li:nth-child(11) {
  animation-delay: 0.55s;
}
.content-container .container .product .left-nav ul li:nth-child(12) {
  animation-delay: 0.6s;
}
.content-container .container .product .left-nav ul li a {
  color: #333333;
  font-size: 18px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  line-height: 38px;
  transition: all 0.3s linear;
}
.content-container .container .product .left-nav ul li a::before {
  content: "";
  width: 7px;
  height: 3px;
  margin: 0 1rem;
  background-color: #e40000;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1023px) {
  .content-container .container .product .left-nav ul li a::before {
    width: 0;
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .content-container .container .product .left-nav ul li a {
    font-size: 14px;
    margin-left: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.content-container .container .product .left-nav ul li:last-child {
  border: none;
}
.content-container .container .product .left-nav ul li.active a {
  color: #fff;
  background-color: #e40000;
}
.content-container .container .product .left-nav ul li.active a::before {
  background-color: #fff;
}
.content-container .container .product .pro-list {
  flex: 1;
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .content-container .container .product .pro-list {
    margin-left: 0;
    margin-top: 1rem;
    width: 100%;
  }
}
.content-container .container .product .pro-list .pro-title {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
  border-bottom: 2px solid #e40000;
}
.content-container .container .product .pro-list .pro-title .line {
  display: flex;
  width: 44px;
  height: 1px;
  align-items: center;
  background-color: #e40000;
}
.content-container .container .product .pro-list .pro-title .line::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #e40000;
}
.content-container .container .product .pro-list .pro-title h3 {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  margin-left: 0.5rem;
}
.content-container .container .product .pro-list .pro-title h3 span {
  color: #e40000;
}
.content-container .container .product .pro-list .pro-title .more {
  color: #e40000;
  margin-left: auto;
  text-transform: uppercase;
}
.content-container .container .product .pro-list .fixed-grid .grid .cell {
  position: relative;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
}
@media screen and (max-width: 768px) {
  .content-container .container .product .pro-list .fixed-grid .grid .cell:nth-child(9) {
    display: none;
  }
}
.content-container .container .product .pro-list .fixed-grid .grid .cell:nth-child(1) {
  animation-delay: 0.06s;
}
.content-container .container .product .pro-list .fixed-grid .grid .cell:nth-child(2) {
  animation-delay: 0.12s;
}
.content-container .container .product .pro-list .fixed-grid .grid .cell:nth-child(3) {
  animation-delay: 0.18s;
}
.content-container .container .product .pro-list .fixed-grid .grid .cell:nth-child(4) {
  animation-delay: 0.24s;
}
.content-container .container .product .pro-list .fixed-grid .grid .cell:nth-child(5) {
  animation-delay: 0.3s;
}
.content-container .container .product .pro-list .fixed-grid .grid .cell:nth-child(6) {
  animation-delay: 0.36s;
}
.content-container .container .product .pro-list .fixed-grid .grid .cell:nth-child(7) {
  animation-delay: 0.42s;
}
.content-container .container .product .pro-list .fixed-grid .grid .cell:nth-child(8) {
  animation-delay: 0.48s;
}
.content-container .container .product .pro-list .fixed-grid .grid .cell:nth-child(9) {
  animation-delay: 0.54s;
}
.content-container .container .product .pro-list .fixed-grid .grid .cell .image {
  overflow: hidden;
  border: 1px solid #d6d6d6;
}
.content-container .container .product .pro-list .fixed-grid .grid .cell .image img {
  transition: all 0.2s linear;
}
.content-container .container .product .pro-list .fixed-grid .grid .cell .view {
  color: #333333;
  display: block;
  font-size: 1rem;
  line-height: 1.25;
  text-align: center;
  padding: 0.5em 0;
  transition: all 0.2s linear;
}
.content-container .container .product .pro-list .fixed-grid .grid .cell:hover .image img {
  transform: scale(1.1);
}
.content-container .container .product .pro-list .fixed-grid .grid .cell:hover .view {
  color: #053c98;
}
.content-container .container .change {
  display: flex;
  margin-bottom: var(--bulma-block-spacing);
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .content-container .container .change p:nth-child(2) span {
    order: 2;
  }
  .content-container .container .change p:nth-child(2) a {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .content-container .container .change {
    flex-direction: column;
    gap: 1rem;
  }
}
.content-container .container .change p {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.content-container .container .change p .tag {
  background-color: #053c98;
  color: #fff;
}
.content-container .container .change p a {
  font-size: 18px;
  color: #333;
}
.content-container .container .app .app-list .view {
  color: #333;
  display: block;
  text-align: center;
  line-height: 1.5;
  padding: 0.75em 0;
}
.content-container .container .pro-detail .top {
  display: flex;
  gap: 2rem;
  border-bottom: 2px solid #666666;
}
@media screen and (max-width: 768px) {
  .content-container .container .pro-detail .top {
    flex-direction: column;
  }
}
.content-container .container .pro-detail .top .gallery {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .content-container .container .pro-detail .top .gallery {
    width: 100%;
  }
}
.content-container .container .pro-detail .top .gallery .mySwiper2 {
  border: 2px solid #a3a3a3;
}
.content-container .container .pro-detail .top .gallery .mySwiper2 .swiper-wrapper .swiper-slide img {
  aspect-ratio: 5/3;
  object-fit: cover;
  display: block;
}
.content-container .container .pro-detail .top .gallery .mySwiper {
  margin-top: 10px;
}
.content-container .container .pro-detail .top .gallery .mySwiper .swiper-wrapper .swiper-slide {
  border: 1px solid rgba(5, 60, 152, 0);
}
.content-container .container .pro-detail .top .gallery .mySwiper .swiper-wrapper .swiper-slide img {
  display: block;
  aspect-ratio: 5/3;
  object-fit: cover;
}
.content-container .container .pro-detail .top .gallery .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #053c98;
}
.content-container .container .pro-detail .top .information {
  padding: 2.5rem;
  background-color: #f5f6f7;
}
@media screen and (max-width: 768px) {
  .content-container .container .pro-detail .top .information {
    padding: 1rem;
  }
}
.content-container .container .pro-detail .top .information h3 {
  color: #333333;
  font-size: 24px;
  display: block;
  line-height: 1;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #666666;
}
.content-container .container .pro-detail .top .information > p {
  color: #666666;
  font-size: 18px;
  line-height: 2;
  margin: 1rem 0;
}
.content-container .container .pro-detail .top .information .tel {
  display: flex;
  align-items: center;
}
.content-container .container .pro-detail .top .information .tel .iconfont {
  color: #053c98;
  font-size: 32px;
  margin-right: 0.5rem;
}
.content-container .container .pro-detail .top .information .tel p {
  color: #333333;
  font-size: 24px;
}
.content-container .container .pro-detail .top .information .tel p span {
  color: #053c98;
  font-family: serif;
}
.content-container .container .pro-detail .bottom .content-tit {
  color: #333;
  font-size: 24px;
  line-height: 3;
}
.content-container .container .pro-detail .others h3 {
  color: #333;
  font-size: 24px;
  display: block;
  line-height: 1;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #053c98;
}
.content-container .container .pro-detail .others .fixed-grid {
  margin-top: 1rem;
}
.content-container .container .pro-detail .others .fixed-grid .grid .cell {
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid #666666;
}
.content-container .container .contact .top .fixed-grid .grid .cell {
  padding: 2rem;
  background-color: #f5f6f7;
}
@media screen and (max-width: 768px) {
  .content-container .container .contact .top .fixed-grid .grid .cell {
    padding: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .content-container .container .contact .top .fixed-grid .grid .cell:nth-child(1) {
    --bulma-grid-cell-column-span: 3;
  }
}
@media screen and (max-width: 768px) {
  .content-container .container .contact .top .fixed-grid .grid .cell:nth-child(2) {
    --bulma-grid-cell-column-span: 2;
  }
}
@media screen and (max-width: 768px) {
  .content-container .container .contact .top .fixed-grid .grid .cell:nth-child(3) {
    --bulma-grid-cell-column-span: 1;
  }
}
.content-container .container .contact .top .fixed-grid .grid .cell:nth-child(3) .content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .content-container .container .contact .top .fixed-grid .grid .cell:nth-child(3) .content {
    flex-direction: column;
  }
}
.content-container .container .contact .top .fixed-grid .grid .cell:nth-child(3) .content .image {
  margin-left: auto;
}
.content-container .container .contact .forms {
  padding: 2rem;
  margin-top: 1rem;
  background-color: #f5f6f7;
}
@media screen and (max-width: 768px) {
  .content-container .container .contact .forms {
    padding: 1rem;
  }
}
.content-container .container .contact .forms .content form {
  text-align: center;
}
.content-container .container .contact .forms .content form .inputs {
  display: flex;
  gap: 1rem;
}
.content-container .container .contact .forms .content form textarea {
  margin-top: 1rem;
}
.content-container .container .contact .forms .content form .button {
  color: #fff;
  margin-top: 1rem;
  background-color: #c20000;
}
.content-container .container .news-list ul li {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .content-container .container .news-list ul li {
    margin-bottom: 1rem;
  }
}
.content-container .container .news-list ul li .image {
  width: 25%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .content-container .container .news-list ul li .image {
    width: 30%;
  }
}
.content-container .container .news-list ul li .info {
  padding: 4%;
  margin: 0;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .content-container .container .news-list ul li .info {
    padding: 0.5rem;
  }
}
.content-container .container .news-list ul li .info .title {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-break: anywhere;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .content-container .container .news-list ul li .info .title {
    margin-bottom: 0.5em;
  }
}
.content-container .container .news-list ul li .info p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-break: anywhere;
  -webkit-box-orient: vertical;
}
.content-container .container .news-list ul li .date {
  padding: 4%;
}
.content-container .container .news-list ul li .date .md {
  color: #999999;
  font-size: 36px;
}
.content-container .container .news-list ul li .date .y {
  color: #999999;
  font-size: 24px;
}
.content-container .container .video-list .fixed-grid .grid .cell .tit {
  display: block;
  text-align: center;
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  padding: 0.5em 0;
}
.content-container .container .contact .contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-container .container .contact .contacts li {
  color: #666666;
  display: flex;
  align-items: center;
}
.content-container .container .contact .contacts li .iconfont {
  font-size: 60px;
  margin-right: 0.5em;
}
.content-container .container .contact .contacts li span {
  color: #666666;
  font-size: 30px;
}
.content-container .pagination .pagination-link.is-current,
.content-container .pagination .pagination-link.is-selected {
  background-color: #053c98;
  border-color: #053c98;
}

footer {
  border-top: 6px solid #64b440;
  background-color: #2d2d2d;
}
footer .section .container {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  footer .section .container {
    flex-direction: column;
    gap: 1rem;
  }
}
footer .section .container .info .foot-nav {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  footer .section .container .info .foot-nav {
    flex-direction: column;
  }
}
footer .section .container .info .foot-nav .titles {
  display: flex;
  align-items: center;
  line-height: 1;
}
footer .section .container .info .foot-nav .titles h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}
footer .section .container .info .foot-nav .titles span {
  color: #ffffff;
  font-size: 1rem;
  margin-left: 1rem;
  text-transform: uppercase;
}
footer .section .container .info .foot-nav .links {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  footer .section .container .info .foot-nav .links {
    margin-top: 1rem;
  }
}
footer .section .container .info .foot-nav .links a {
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
}
footer .section .container .info .contact {
  display: flex;
  align-items: center;
  line-height: 1;
  margin: 1.5rem 0;
}
footer .section .container .info .contact .iconfont {
  margin-right: 0.5rem;
  color: #818181;
  font-size: 2rem;
}
footer .section .container .info .contact p {
  color: #818181;
  font-size: 14px;
}
footer .section .container .info .contact span {
  color: #ffe400;
  font-size: 30px;
  font-weight: bold;
}
footer .section .container .info .texts {
  color: #666666;
  font-size: 14px;
}
footer .section .container .wechats {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  footer .section .container .wechats {
    margin-left: 0;
  }
}
footer .cr {
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  padding: 1em 0;
  border-top: 1px solid rgba(215, 215, 215, 0.062745098);
}
@media screen and (max-width: 768px) {
  footer .cr {
    font-size: 14px;
    text-align: left;
    padding-left: 1rem;
  }
}
footer .cr a {
  color: #666;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  footer .cr a {
    display: block;
  }
}/*# sourceMappingURL=index.css.map */